Function |wrapping_mul
std/ops/num::|wrapping_mul
Usage
|wrapping_mul<N>(a, b)
Generics
โป N:
WrappingMul
Parameters
โณ a:
N
โณ b:
N
Return
โด N
Multiply a
and b
, wrapping on bounds.
This function is infaillible and wrap if a ร b
reach boundary of the data type.